AiLoLo

 

AiLoLo function returns the LoLo setting value of AI tag.

 

float @AiLoLo(string tag);

 

Arguments

string tag : AI tag name

 

Return Value

LoLo setting value of AI tag

 

Sample

value = @AiLoLo("ai04");

 

Description : The LoLo setting value of AI tag named 'ai04' is stored in the variable named 'value'.

 

ex1) Assume that the setting value of AI tag is set as follows : HiHi->100, High -> 90, Low -> 30, LoLo -> 20

         In this case, if ' value = @AiLoLO("ai04"); ' is executed, '20' is stored in the variable named 'value'

 

ex2) If you want to change the LoLo setting value of AI tag named 'ai04', use 'Tag Member'.

          ' $ai03.LoLo = 10; ' changes the HiHi setting value of AI tag named 'ai04' into '10'

 

 Reference

 Tag Member